home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / DefineSprite_177 / frame_27 / DoAction.as
Text File  |  2007-10-01  |  154b  |  7 lines

  1. if(++loops < _parent.cRoundIngredients.length)
  2. {
  3.    gotoAndStop("showAgain");
  4.    play();
  5. }
  6. trace(loops + " > " + _parent.cRoundIngredients.length);
  7.